PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentHeader Class / setExtendRight Method
The distance the header should extend on the left over the page right margin.
In This Topic
    setExtendRight Method
    In This Topic
    Sets the right margin extension.
    By default, the header is drawn within the page left/right margins. You can increase the available width for the header by specifying a positive value for this method. For example if you want the header to spread from the left edge of the page to the right edge you can set the and methods to values that match the page's left and right margins.
    Syntax
    public void setExtendRight( 
       double value
    )

    Parameters

    value
    The distance the header should extend on the left over the page right margin.
    See Also